IHipInputListener

Undocumented in source.

Members

Functions

addKeyboardListener
const(HipButton)* addKeyboardListener(HipKey key, HipInputAction action, HipButtonType type, AutoRemove remove)
Undocumented in source.
addScrollListener
const(ScrollListener)* addScrollListener(HipScrollAction onScoll, AutoRemove remove)
Undocumented in source.
addTouchListener
const(HipButton)* addTouchListener(HipMouseButton btn, HipInputAction action, HipButtonType type, AutoRemove remove)
Undocumented in source.
addTouchMoveListener
const(TouchMoveListener)* addTouchMoveListener(HipTouchMoveAction onMove, AutoRemove remove)
Undocumented in source.
removeKeyboardListener
bool removeKeyboardListener(const(HipButton)* button)
Undocumented in source.
removeScrollListener
bool removeScrollListener(const(ScrollListener)* )
Undocumented in source.
removeTouchListener
bool removeTouchListener(const(HipButton)* btn)
Undocumented in source.
removeTouchMoveListener
bool removeTouchMoveListener(const(TouchMoveListener)* )
Undocumented in source.

Meta